From: Carol (Nichols || Goulding) Date: Fri, 13 May 2016 23:56:54 +0000 (-0400) Subject: Combine related thoughts into the same paragraph X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~14^2~7^2~13 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=27548b038990ebb8317d4b0da2b031d1fe3101f0;p=cargo.git Combine related thoughts into the same paragraph --- diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index 8abb06533..686032610 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -49,10 +49,8 @@ be allowed with them: While SemVer says that there is no compatibility before 1.0.0, many programmers treat a `0.x.y` release in the same way as a `1.x.y` release: that is, `y` is -incremented for bugfixes, and `x` is incremented for new features. - -As such, Cargo considers a `0.x.y` and `0.x.z` version, where `z > y`, to be -compatible. +incremented for bugfixes, and `x` is incremented for new features. As such, +Cargo considers a `0.x.y` and `0.x.z` version, where `z > y`, to be compatible. ## Tilde requirements